GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-11T01:27:50.2709916+00:00",
"SubmitDate": "2026-06-11T01:27:50.2709916+00:00",
"ReportPeriodStart": "2026-06-11T01:27:50.2709916+00:00",
"ReportPeriodEnd": "2026-06-11T01:27:50.2709916+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4e04bb5c-7617-48b3-95a8-09e9c7a6b49a",
"Rows": [
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4e04bb5c-7617-48b3-95a8-09e9c7a6b49a",
"Rows": [
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2efdddf7-6d1b-4c63-bf04-f4216a04747c",
"969fdbe0-f7a6-4b03-ba59-3bf614e24333"
],
"Approvers": [
"7c4ecb72-ad5a-475d-bad8-ade800f98c98",
"79409f20-e1c7-463f-9dfb-7db7d0298d6f"
],
"ApprovedBy": "e2769c0a-0db1-467f-9444-534e96e6a59e",
"ApprovalDate": "2026-06-11T01:27:50.2709916+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "47e659a0-0ba9-415d-8496-7303972fa117",
"id": "056efb27-1c18-4bf7-b2b6-f07f0aa46d33",
"ConfigId": "a2d997af-f3f9-4edf-8d34-21035007ca43"
},
{
"GenerationDate": "2026-06-11T01:27:50.2709916+00:00",
"SubmitDate": "2026-06-11T01:27:50.2709916+00:00",
"ReportPeriodStart": "2026-06-11T01:27:50.2709916+00:00",
"ReportPeriodEnd": "2026-06-11T01:27:50.2709916+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4e04bb5c-7617-48b3-95a8-09e9c7a6b49a",
"Rows": [
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4e04bb5c-7617-48b3-95a8-09e9c7a6b49a",
"Rows": [
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cd09a35a-0f13-46ed-b540-91bb142275ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2efdddf7-6d1b-4c63-bf04-f4216a04747c",
"969fdbe0-f7a6-4b03-ba59-3bf614e24333"
],
"Approvers": [
"7c4ecb72-ad5a-475d-bad8-ade800f98c98",
"79409f20-e1c7-463f-9dfb-7db7d0298d6f"
],
"ApprovedBy": "e2769c0a-0db1-467f-9444-534e96e6a59e",
"ApprovalDate": "2026-06-11T01:27:50.2709916+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "47e659a0-0ba9-415d-8496-7303972fa117",
"id": "056efb27-1c18-4bf7-b2b6-f07f0aa46d33",
"ConfigId": "a2d997af-f3f9-4edf-8d34-21035007ca43"
}
]